home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
CMCD1203.ISO
/
Software
/
Complet
/
CINEBENCH 2003
/
resource
/
modules
/
objects
/
res
/
description
/
Osinglepoly.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
315b
|
12 lines
#ifndef _OSINGLEPOLY_H_
#define _OSINGLEPOLY_H_
enum
{
PRIM_POLY_WIDTH = 1270, // REAL - Width [>=0.0]
PRIM_POLY_HEIGHT = 1271, // REAL - Height [>=Inner Radius]
PRIM_POLY_SUB = 1272, // LONG - Subdivision [>0]
PRIM_POLY_TRIANG = 1273 // BOOL - Tri Or Quad
};
#endif